home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / setup.exe / 0 / RCDATA / TADVICEFORM / TADVICEFORM.txt
Encoding:
Text File  |  2001-09-05  |  722 b   |  39 lines

  1. object AdviceForm: TAdviceForm
  2.   Tag = 1
  3.   Left = 384
  4.   Top = 330
  5.   HelpContext = 10
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Progress'
  9.   ClientHeight = 117
  10.   ClientWidth = 430
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -13
  15.   Font.Name = 'System'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 430
  25.     Height = 117
  26.     Align = alClient
  27.     Caption = 'Caption'
  28.     TabOrder = 0
  29.     object Gauge1: TGauge
  30.       Left = 27
  31.       Top = 40
  32.       Width = 377
  33.       Height = 33
  34.       Progress = 0
  35.       Visible = False
  36.     end
  37.   end
  38. end
  39.